home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000539_lauraf@eecs.umich.edu_Thu May 5 11:58:25 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from wolf.eecs.umich.edu by cs.umb.edu with SMTP id AA25423
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Thu, 5 May 1994 15:58:44 -0400
  3. Received: (lauraf@localhost) by wolf.eecs.umich.edu (8.6.8/8.6.4) id PAA04626; Thu, 5 May 1994 15:58:25 -0400
  4. Date: Thu, 5 May 1994 15:58:25 -0400
  5. From: Laura Falk <lauraf@eecs.umich.edu>
  6. Message-Id: <199405051958.PAA04626@wolf.eecs.umich.edu>
  7. To: tex-k@cs.umb.edu
  8. Cc: lauraf@wolf.eecs.umich.edu
  9. Subject: help compiling web2c.6-1 on an alpha
  10.  
  11.  
  12. I have come up with the following error: (on a DEC alpha running OFS1)
  13.  
  14.  
  15. make[2]: Entering directory `/u/src/web2c-6.1/kpathsea'
  16. gcc  -I. -I. -I..    -g  -c dir.c
  17. In file included from dir.c:22:
  18. ../kpathsea/dir.h:48: parse error before `*'
  19. ../kpathsea/dir.h:48: warning: data definition has no type or storage class
  20. ../kpathsea/dir.h:49: parse error before `*'
  21. make[2]: *** [dir.o] Error 1
  22. make[2]: Leaving directory `/u/src/web2c-6.1/kpathsea'
  23. make[1]: *** [do-kpathsea] Error 1
  24. make[1]: Leaving directory `/u/src/web2c-6.1/web2c'
  25. make: *** [triptrap] Error 1
  26.  
  27.  
  28.  
  29. The point in the dir.h file where it is complaining is:
  30.  
  31. /* Like opendir, closedir, and chdir, but abort if DIRNAME can't be opened.  */
  32. extern DIR *xopendir P1H(string dirname);
  33. extern void xclosedir P1H(DIR *);
  34.  
  35.  
  36.  
  37. I am using gnu make (3.7) and gcc (2.5.8).
  38.  
  39.  
  40. Any help will be greatly appreciated!!
  41.  
  42.  
  43. Thank you,
  44.  
  45. --Laura